home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / CRS / crs35.d81 / unix311.seq < prev    next >
Text File  |  2009-10-10  |  5KB  |  139 lines

  1. This file was submitted by Gregg Riedel (the Author).
  2. Thanks goes out to him
  3. ----------------------------------------------------------------------------
  4.  
  5.  
  6. (See the Changes From v3.10 at the bottom of this document...)
  7.  
  8. Notes For Unix 128 version 3.11
  9. Gregg William Riedel     16 March 1992
  10. --------------------------------------
  11.  
  12. Unix 128 is distributed as four ARC files (unixa-d.arc) and this file.
  13. The ARCs were created using ARC128 under CS-DOS.
  14.  
  15. Building the system:
  16.     1.  Dissolve the four ARC files.  These are NOT self-dissolving; use an
  17.         ARC utility to dissolve them.  The files created should fit onto
  18.         an empty double sided 5.25" diskette.
  19.     2.  Run the program "make" (i.e.  RUN "MAKE" ).  This will create a
  20.         slew of data files (write them to the same disk as the un-ARC'd
  21.         files).
  22.  
  23. Logging in for the first time:
  24.     1.  Load the system by typing RUN "STARTUP"
  25.     2.  After the system loads, enter the username 'root' and the password
  26.         'root'.
  27.     3.  At the system prompt (%), type 'fsck'.  This will run the file
  28.         system consistenct check program, which will create a new directory
  29.         structure on the current disk.
  30.  
  31. For Help:
  32.     It is recommended that you read the first few pages of the introductory
  33. document supplied.  Do this by typing 'more intro.1 intro.2'.  The command
  34. 'more' will display a list of files, pausing at the bottom of each screen;
  35. press [SPACE] to continue or [Q] to quit.  Also, to familiarize yourself
  36. with the commands, a  manual browser has been provided; it is invoked by
  37. typing 'browse'.
  38.     There is a terse (i.e. unix-style) manual page available for each
  39. command.  Access the manuals by typing 'man command-name'.  A complete
  40. list of commands can be printed by typing 'commands'.
  41.  
  42.  
  43. Good Luck!
  44. Gregg Riedel
  45.  Internet:
  46.    consp24@binguns.pod.binghamton.edu
  47.  USPS:
  48.    20 Ellbert St.  Smithtown NY 11787-1910  (home)
  49.    SUNY-B Hillside#14184   P.O. Box 6014   Binghamton NY 13902-6014  (school)
  50.  
  51.  (Support Shareware!!!)
  52.  
  53. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  54.  
  55. Changes since version 3.10:
  56.      I couldn't believe the amount of errors and omissions that I allowed to
  57. slip through in version 3.10.  Error testing in a project of this size is
  58. impossible....
  59.  
  60.      Here's a complete list of errors that were fixed,  and errors that remain:
  61.  
  62. Errors in version 3.11 (NOT FIXED):
  63. -----------------------------------
  64.  
  65.    1.  The new shuffle for PUZZLE is intelligent (i.e. will always output
  66. a solvable puzzle), but makes the puzzle too easy... a nastier shuffle
  67. is needed.
  68.    2.  There is a report of a DIR ERROR when 'more .passwd help.txt >outfile'
  69. is typed; I often get directory errors so I cannot verify this one.  In
  70. general, however, the following will NOT work:
  71.           ext_command args > somefile
  72. This is because executing an external command (by this I mean external to the
  73. shell; examples are cat, od, hgrep...) closes the output file... I can
  74. probably fix this, but it'll be ugly :(
  75.    3.  I forgot #11 on the wumpus map!  Oops.
  76.    4.  Commodore RAMDOS and Abacus' BASIC 128 compiler are incompatible.
  77. So RAMDOS still doesn't work with this package.
  78.  
  79. Stupid Errors, Features, and Typos that were fixed:
  80. ---------------------------------------------------
  81.  
  82. (Thanks go out to John (cs202124@umbc5.umbc.edu) for all his help in tracking
  83. down and killing all the undesirable features...)
  84.  
  85. 1. In browse, P (print) didn't work.
  86.  
  87. 2. bdiff, diff, and cmp couldn't handle binary files.  I added -t (text)
  88. and -b (binary) command line options to deal with this.
  89.  
  90. 3. Script files had to be of type (p) NOT (s) as created by emacs and
  91. cat>filename.  Scripts can now be SEQ files.
  92.  
  93. 4. When you use >> like 'ls >> listing' and the file listing doesn't exist,
  94. it will give you some sort of file not open error and exit to basic.
  95.  
  96. 5. fsck wouldn't work with subdirectories at all.
  97.  
  98. 6. cp needed almost a complete re-write!
  99.  
  100. 7. delete did nothing.
  101.  
  102. 8. The file and size commands didn't work.
  103.  
  104. 9. 'grep -i' didn't work.
  105.  
  106. 10. lock didn't work with PRG files.
  107.  
  108. 11. In mail, 's' (save a message) didn't work.
  109.  
  110. 12. The rename part of 'mv' didn't work.
  111.  
  112. 13. Lpr and pr didn't work for PRG file types.  No big deal.
  113.  
  114. 14. puzzle didn't detect a win.
  115.  
  116. 15. 'rm' deleted the file from the disk, but not from the directory (root.dir).
  117.  
  118. 16. 'shar' just stalled and did nothing.
  119.  
  120. 17. The split file count is one too low.
  121.  
  122. 18. 'style intro.1' didn't work, but style worked on all of the other
  123. text files... This was because style couldn't handle words over 50 characters
  124. long.
  125.  
  126. 19. 'ls -lo' was UGLY!!
  127.  
  128. 20. In 'od', unprintable characters like [CLR] weren't screened out; this
  129. was very ugly for PRG files.
  130.  
  131. 21. ps should show the processes that are running (shell, ps, and the
  132. print jobs).
  133.  
  134. 22. 'tar' just stalled and basicaly did nothing.
  135.  
  136. 23. zcat only worked with (n-1) files (i.e.: 'zcat a b c d' would only show
  137. files a, b and c.
  138.